home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄22⁄89 / 0221-RE Infinite Scroller-Dec89 < prev    next >
Encoding:
Text File  |  1989-12-22  |  1.4 KB  |  36 lines  |  [TEXT/GEOL]

  1. Item    7551151                         18-Dec-89        08:43
  2.  
  3. From:   SATORI                          Satori SW, Hugh Rogovy,PRT
  4.  
  5. To:     D1282        -> POWERUP.DEV     Power Up,PRT
  6.  
  7. cc:     MACAPP.TECH$                    MacApp Technical
  8.  
  9. Sub:    RE: Infinite Scroller
  10.  
  11. James,
  12.  
  13.     I don't think you'll ever be able to implement a truly "infinite" scroller
  14. on a digital machine.  It seems to me that there must be some way for you to
  15. decide upon some limits for your scroller.  As it stands, MacApp can handle
  16. Scroller values in the range of -2147483647 thru 2147483647.  If this is not a
  17. large enough range, you should be able to implement a larger one in much the
  18. same way that LONGINT scroll values were handled in MacApp by Overriding the
  19. pertinent methods ((G,S)etLongMax, (G,S)etLongMin, (G,S)etLongVal,
  20. SetScrollLimits, etc...) using REAL or EXTENDED Types.  I'm not looking at code
  21. right now, but I'm under the impression that you may end up doing more
  22. "rewriting" than "Overriding".
  23.  
  24.     Although, left/right arrows (ala HyperCard) probably aren't the solution
  25. you're looking for, Alan may be on the right track as far as recommending
  26. something other than scrollbars...
  27.  
  28.     Let us all know what you come up with, it might be useful to others.
  29.  
  30.  
  31.                                     Good Luck,
  32.  
  33.                                         Chris Le Croy
  34.                                         Satori Software
  35.  
  36.